object TexFormatDialog: TTexFormatDialog Left = 43 Top = 245 Width = 212 Height = 181 Caption = 'TexFormatDialog' Font.Charset = ANSI_CHARSET Font.Color = clGreen Font.Height = -12 Font.Name = 'Courier' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 12 object RadioGroup1: TRadioGroup Left = 18 Top = 8 Width = 175 Height = 89 Caption = 'Format to Save Texture' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Items.Strings = ( 'BMP' 'JPEG') ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 0 end object OKBtn: TButton Left = 19 Top = 112 Width = 75 Height = 25 Caption = 'OK' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 114 Top = 112 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end